home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
- <HTML lang="en">
- <HEAD>
- <TITLE>Add DTML Document</TITLE>
- </HEAD>
- <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
- <H2>Add DTML Document</H2>
-
- <dtml-var "HelpSys.HelpButton('DTML-DocumentOrMethod_Add.stx','OFSP')">
-
- <P>
- A DTML Document is used to hold text content. It can contain
- HTML, XML, plain text, structured-text, etcetera.
- A DTML document can contain
- <a href="http://www.zope.org/Documentation/Guides/DTML/">DTML
- scripting tags</a>.
- A DTML Document differs from a DTML Method in that it has properties
- and does not call methods on its container object.
- </P>
-
- <P>
- You may create a new DTML Document using the form below.
- You may also choose to upload an existing html file from your
- local computer by clicking the <I>Browse</I> button.
- </P>
-
- <FORM ACTION="addDTMLDocument" METHOD="POST"
- ENCTYPE="multipart/form-data">
- <TABLE CELLSPACING="2">
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
- <TD ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="id" SIZE="40"></TD>
- </TR>
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP"><EM>Title</EM></TH>
- <TD ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="title" SIZE="40"></TD>
- </TR>
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP"><EM><STRONG>File</STRONG></EM></TD>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <INPUT TYPE="file" NAME="file:string" SIZE="25" VALUE="">
- </TD>
- </TR>
- <TR><TH></TH>
- <TD>
- <INPUT TYPE="SUBMIT" VALUE=" Add ">
- <INPUT TYPE="SUBMIT" VALUE=" Add and Edit " NAME="submit">
- </TD>
- </TR>
- </TABLE>
- </FORM>
- </BODY></HTML>
-
-